DMAEN=0, DACBFEN=0, DACBFMD=00, DACBFWM=00
DAC Control Register 1
DACBFEN | DAC buffer enable 0 (0): Buffer read pointer disabled. The converted data is always the first word of the buffer. 1 (1): Buffer read pointer enabled. The converted data is the word that the read pointer points to. It means converted data can be from any word of the buffer. |
DACBFMD | DAC buffer work mode select 0 (00): Normal Mode 1 (01): Swing Mode 2 (10): One-Time Scan Mode |
DACBFWM | DAC buffer watermark select 0 (00): 1 word 1 (01): 2 words 2 (10): 3 words 3 (11): 4 words |
DMAEN | DMA enable select 0 (0): DMA disabled. 1 (1): DMA enabled. When DMA enabled, DMA request will be generated by original interrupts. And interrupts will not be presented on this module at the same time. |